home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992…ugust: Hack to the Future / ADC Developer CD (1992-08) (''Hack To The Future'')_iso / Dev.CD 199208.iso / Technical Documentation / DTS Sample Code / Snippets / Nets & Comm / TCP Server / network.h < prev    next >
Encoding:
Text File  |  1992-07-15  |  184 b   |  10 lines  |  [TEXT/KAHL]

  1. /*
  2.     TCP Client/Server Queuing Example
  3.     Steve Falkenburg, MacDTS, Apple Computer
  4.     3/11/92
  5. */
  6.  
  7. OSErr InitNetwork(void);
  8. void CloseNetwork(void);
  9. void ProcessConnection(MyQElemPtr iopb);
  10.